home *** CD-ROM | disk | FTP | other *** search
/ Iron Maiden - Maiden Hell! / Iron Maiden - Maiden Hell! Promotional CD-ROM.iso / mac / promo.dxr / scripts_74_resize the video = .ls < prev    next >
Encoding:
Text File  |  1998-09-16  |  517 b   |  21 lines

  1. on mouseEnter
  2.   set the cursor of sprite the currentSpriteNum to [the number of member "finger", the number of member "fingermask"]
  3.   set the member of sprite 16 to "rolloversSize"
  4. end
  5.  
  6. on mouseDown
  7.   global gVideoSize
  8.   set gVideoSize to not gVideoSize
  9.   case gVideoSize of
  10.     0:
  11.       doBabyVideo()
  12.     1:
  13.       doMummyVideo()
  14.   end case
  15. end
  16.  
  17. on mouseLeave
  18.   set the cursor of sprite the currentSpriteNum to [the number of member "finger", the number of member "fingermask"]
  19.   set the puppet of sprite 16 to 0
  20. end
  21.